home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Shell_Management / Run < prev    next >
Encoding:
Text File  |  1993-08-08  |  813 b   |  27 lines

  1. Command Name : Run
  2.  
  3. Function : Execute a command in the background
  4.  
  5. Arguments : <command>
  6.  
  7. Location : Kickstart ROM
  8.  
  9. You may notice that some commands, usually programs, `hog up' the CLI 
  10. window.  In other words, once they have been run you cannot use the window
  11. for anything else until they have finished running.  In some cases this can
  12. be quite a disadvantage.  By using Run, though you can use them as they 
  13. should, in a multitasking environment.  It is best to use this command 
  14. whenever possible to be on the safe side.
  15.  
  16. Examples
  17.  
  18. Run APRF
  19.  
  20.         Runs the program APRF
  21.  
  22. Run >NIL: PP
  23.  
  24.         Runs the program PP while sending all its output to NIL: (See 
  25.         redirection).  This is the best way to use Run because the program
  26.         won't give you any "Press Return to continue" messages or similar.
  27.